home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / GCC 1.37.1r14 / usr / gcc-1.37.1r14 / object oriented files / CARTable.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-10  |  353 b   |  14 lines  |  [TEXT/KAHL]

  1. #pragma once
  2.  
  3. #include <CArrayPane.h>
  4.  
  5. class CARTable : public CArrayPane
  6. {
  7. public:
  8.     void     IARTable( CView *anEnclosure, CBureaucrat *aSupervisor,
  9.                         short aWidth, short aHeight,
  10.                         short aHEncl, short aVEncl,
  11.                         SizingOption aHSizing, SizingOption aVSizing);
  12.     virtual void GetCellText( Cell aCell, short availableWidth, StringPtr itsText);
  13.  
  14. };